home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / util / sys / AmberRAM.lha / AmberRAM / Read Me < prev    next >
Text File  |  2002-03-03  |  2KB  |  57 lines

  1. Short:    Replacement RAM disk. GPL.
  2. Author:   caffer@cs.ucc.ie (Neil Cafferkey)
  3. Uploader: caffer@cs.ucc.ie (Neil Cafferkey)
  4. Version:  1.4
  5. Type:     util/sys
  6. Requires: OS3.0+
  7.  
  8. AmberRAM is a replacement for the AmigaDOS RAM disk. Like the original, it
  9. is non-block-oriented and dynamically sized.
  10.  
  11. Advantages over the original RAM disk include:
  12.  
  13.   - Long filenames (up to 107 characters).
  14.   - Faster.
  15.   - Provides accurate information about space utilisation.
  16.   - Isn't always 100% full. Free memory is included in disk size.
  17.   - More space efficient.
  18.   - Respects a file's R and W flags.
  19.   - Notification is fully supported.
  20.   - Allows deletion of hard-linked, non-empty directories.
  21.   - Can be write-protected.
  22.   - Supports ACTION_SET_FILE_SIZE correctly.
  23.   - Can be dismounted.
  24.  
  25. Disadvantages include:
  26.  
  27.   - Directories can't be created from Workbench.
  28.   - "Disk full" requester is never displayed.
  29.   - Record locking is unsupported.
  30.   - ExamineAll() is unsupported, but is emulated by dos.library.
  31.  
  32. This package is released under the GNU General Public Licence.
  33.  
  34.  
  35. History:
  36.  
  37. V1.4 (March 2002)
  38.  
  39.   - Moving an object to a different directory now works properly.
  40.   - Rewrote ACTION_SEEK and ACTION_READ to fix several bugs.
  41.   - Bug fix: in certain cases, a file could be created in a non-existent
  42.     directory.
  43.  
  44. V1.3 (February 2002)
  45.  
  46.   - Bug fix: renaming the disk could cause crashes.
  47.   - Renaming the disk now affects block-usage reports.
  48.  
  49. V1.2 (January 2002)
  50.  
  51.   - Less strict for better compatibility.
  52.  
  53. V1.1 (March 2001)
  54.  
  55.   - First release.
  56.  
  57.